home *** CD-ROM | disk | FTP | other *** search
- failat 21
- c:version >nil: libs:translator.library VERSION=42
- if NOT warn
- echo "You already have v42 of translator.library!"
- skip end
- endif
-
- echo "Installing library..." NOLINE
- copy libs/translator.library libs:
- c:version >nil: libs:translator.library VERSION=42
- if warn
- echo "failed!"
- skip end
- endif
- echo "done!"
- echo ""
- echo "Installing accents..."
- makedir >nil: locale:Accents ; This will quietly fail if already present
- copy locale/accents/#? locale:accents
- echo ""
- echo "Installation complete!"
-
- lab end
-